object Form1: TForm1 Left = 184 Top = 117 Width = 800 Height = 600 Caption = 'Form1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 WindowState = wsMaximized OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 76 Top = 30 Width = 641 Height = 463 Center = True end object Button1: TButton Left = 260 Top = 514 Width = 75 Height = 25 Caption = '< Back' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 454 Top = 514 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 1 OnClick = Button2Click end object Timer1: TTimer OnTimer = Timer1Timer Left = 11 Top = 42 end object MainMenu1: TMainMenu Left = 12 Top = 79 object File1: TMenuItem Caption = '&File' object Quit1: TMenuItem Caption = '&Quit' OnClick = Quit1Click end end object Screensize1: TMenuItem Caption = '&Screensize' object N800x6001: TMenuItem Caption = '800 x 600' Checked = True OnClick = N800x6001Click end object N640x4801: TMenuItem Caption = '640 x 480' OnClick = N640x4801Click end end object Info1: TMenuItem Caption = '&Info' object MoreInfo1: TMenuItem Caption = '&MoreInfo' OnClick = MoreInfo1Click end object About1: TMenuItem Caption = '&About' OnClick = About1Click end end end end